runtime.Cleanup.ptr (field)

5 uses

	runtime (current package)
		mcleanup.go#L130: 		ptr: usptr,
		mcleanup.go#L139: 	ptr uintptr
		mcleanup.go#L153: 	span := spanOfHeap(c.ptr)
		mcleanup.go#L163: 	offset := c.ptr - span.base()
		mcleanup.go#L206: 		clearCleanupContext(c.ptr, c.id)